home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / ebl_401.arc / README < prev    next >
Text File  |  1990-08-01  |  1KB  |  35 lines

  1.  
  2.             ---------------------
  3. This file contains changes to EBL Plus since the manual was printed.
  4.             ---------------------
  5.  
  6.  
  7. - The EDIT() function can now have an option 'Enter' operand.  The formal
  8. definition is now:
  9.  
  10.     EDIT( field_color {,Enter} )
  11.  
  12. If the optional 'Enter' operand is used, then this EDIT() function will
  13. return when the Enter key is pressed.  This gives the opportunity to have a
  14. single field that is easily manipulated by the user.  The result is that it
  15. is a superset of the READ command.
  16.  
  17. Without the 'Enter' operand, the EDIT() function will move between each
  18. field when the Enter key is pressed.  It would not exit until a function
  19. key or escape key is pressed.
  20.  
  21.  
  22.  
  23. - The H2C(), H2D(), C2H(), and D2H() functions are part of the conversion
  24. functions within the BATMATH3.COM program. They are incorrectly listed in
  25. the manual as part of BATFUNC2. As with any math or conversion functions,
  26. be sure to load the optional BATMATH3 program before you use them in your
  27. EBL batch file.
  28.  
  29.  
  30.             ---- End of Errata ----
  31.  
  32.             Thank you for choosing EBL Plus.
  33.  
  34.  
  35.